'Declaration
Public Property Cancel As Boolean
'Usage
Dim instance As PropertyChangingEventArgs(Of T) Dim value As Boolean instance.Cancel = value value = instance.Cancel
public bool Cancel {get; set;}
Property Value
true
if cancel; otherwise, false
.